/* ==========================
   Estilos de fuentes
========================== */
.p1 { font-family: "Times New Roman", Times, serif; }
.p2 { font-family: Arial, Helvetica, sans-serif; }
.p3 { font-family: "Lucida Console", "Courier New", monospace; }

/* ==========================
   Estilos de fuentes con variantes
========================== */
body {
  background-color: black;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: whitesmoke;
}

h1 {
  font-family: Georgia, serif;
  font-size: 2.5em; /* 40px */
  color: white;
}

h2 {
  font-size: 1.875em; /* 30px */
}

/* ==========================
   Estilos de párrafos
========================== */
p.a {
  font: 20px Arial, sans-serif;
}

p.b {
  font: italic small-caps bold 12px/30px Georgia, serif;
}

p.normal {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

p.italic {
  font-style: italic;
}

p.oblique {
  font-style: oblique;
}

p.thick {
  font-weight: bold;
}

p.small {
  font-variant: small-caps;
}

/* ==========================
   Tamaños de fuente en em
========================== */
p {
  font-size: 0.875em; /* 14px */
}
